home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00227.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  403 b   |  17 lines

  1. on exitFrame
  2.   global loadNext, whatSpeed, whatFactor, frameLoop, waitTime1
  3.   if frameLoop = 0 then
  4.     set whatSpeed to whatSpeed + waitTime1
  5.     unLoad(label("s4party"), label("s4party") + 10)
  6.     preLoad(label("s4turn4"), label("s4turn4") + 5)
  7.   end if
  8.   if the timer < whatSpeed then
  9.     set frameLoop to 1
  10.     go(the frame)
  11.   else
  12.     set frameLoop to 0
  13.     resetTimer()
  14.     go(#next)
  15.   end if
  16. end
  17.